Chat SDK adds Dial support
Chat SDK has added support for Dial, enabling bots to send and receive SMS, MMS, and iMessage on real phone numbers with bidirectional media and voice-call transcripts. The integration uses standard C…
Chat SDK has added support for Dial, enabling bots to send and receive SMS, MMS, and iMessage on real phone numbers with bidirectional media and voice-call transcripts. The integration uses standard C…
Eve now supports Chat SDK adapters, enabling a single agent to connect to Facebook Messenger, WhatsApp, Resend, Liveblocks, and other surfaces. The new Chat SDK channel mounts webhook routes, shows ty…
Konsistent, a CLI linter for TypeScript codebases that enforces structural conventions for both human and AI developers, has been open-sourced. The tool, used in AI SDK and Chat SDK, ensures consisten…
Resend has joined the Vercel Marketplace, enabling Vercel teams to send emails from their applications without managing infrastructure. The integration supports transactional and marketing emails, Rea…
Chat SDK launched create-chat-sdk, a CLI tool that scaffolds a complete Next.js project for building chat bots with platform adapters and state adapters in a single command. The tool supports Slack, D…
Chat SDK has launched an official adapter for Novu, enabling developers to connect their AI agents to multiple messaging channels including Slack, Microsoft Teams, WhatsApp, Telegram, and email throug…
Chat SDK has added support for Kapso, a platform that connects bots to WhatsApp, through a new vendor-official adapter. The integration handles WhatsApp Business setup and webhooks, allowing developer…
At Vercel Ship 2026 in London, Vercel unveiled new agentic infrastructure including the Agent Stack, Vercel Connect, and the open-source agent framework eve, positioning itself as the platform for bui…
Vercel has released a guide for developers to build AI-powered Slack agents using Chat SDK and AI SDK, enabling autonomous responses to mentions, conversation history tracking, and tool calling withou…
The Chat SDK web adapter now offers first-class support for Vue and Svelte, expanding beyond its existing React integration. The Vue and Svelte helpers provide a reactive `Chat` instance that allows d…
Chat SDK has released a vendor-official adapter for Velt, enabling developers to build bots that read and reply within Velt comment threads. The integration maps Velt documents to Chat SDK channels, c…
Chat SDK now includes a built-in AI SDK toolset accessible via the new `chat/ai` subpath, enabling developers to integrate read and write actions into their agents with a single `createChatTools(chat)…